fraudpreventionv2-sdk
Toggle table of contents
4.3.0
JVM
Platform filter
JVM
Switch theme
Search in API
fraudpreventionv2-sdk
fraudpreventionv2-sdk
/
com.expediagroup.sdk.fraudpreventionv2.models
/
PaymentOutcome
/
Builder
Builder
public
final
class
Builder
Members
Constructors
Payment
Outcome.
Builder
Link copied to clipboard
public
PaymentOutcome.Builder
PaymentOutcome.Builder
(
PaymentStatus
status
,
String
code
,
String
description
)
Functions
build
Link copied to clipboard
public
final
PaymentOutcome
build
(
)
code
Link copied to clipboard
public
final
PaymentOutcome.Builder
code
(
String
code
)
description
Link copied to clipboard
public
final
PaymentOutcome.Builder
description
(
String
description
)
status
Link copied to clipboard
public
final
PaymentOutcome.Builder
status
(
PaymentStatus
status
)