Class Source.SourceBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.requests.unreferencedrefundrequest.source.Source.SourceBuilder
-
- Enclosing class:
- Source
public static class Source.SourceBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sourcebuild()Source.SourceBuilderid(java.lang.String id)The ID of the currency account that will fund the unreferenced refund.java.lang.StringtoString()Source.SourceBuildertype(java.lang.String type)The unreferenced refund source type.
-
-
-
Method Detail
-
type
public Source.SourceBuilder type(java.lang.String type)
The unreferenced refund source type. [Required]- Returns:
this.
-
id
public Source.SourceBuilder id(java.lang.String id)
The ID of the currency account that will fund the unreferenced refund. [Required] ^(ca)_(\w{26})$ 29 characters- Returns:
this.
-
build
public Source build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-