Class PaymentMethodValidation.PaymentMethodValidationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentmethodvalidation.PaymentMethodValidation.PaymentMethodValidationBuilder
- Enclosing class:
- PaymentMethodValidation
-
Method Summary
Modifier and TypeMethodDescriptionbankAccountNumberExists(Boolean bankAccountNumberExists) (Key Field) Constraints: Not nullablebankKeyExists(Boolean bankKeyExists) (Key Field) Constraints: Not nullablebuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4iBANExists(Boolean iBANExists) (Key Field) Constraints: Not nullableiSOCountryCodeForBank(String iSOCountryCodeForBank) (Key Field) Constraints: Not nullable, Maximum length: 2iSOEmployeeCountryCode(String iSOEmployeeCountryCode) (Key Field) Constraints: Not nullable, Maximum length: 2Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 5paymentMethod(String paymentMethod) Constraints: Not nullable, Maximum length: 1paymentMethodInEC(String paymentMethodInEC) (Key Field) Constraints: Not nullable, Maximum length: 2swiftExists(Boolean swiftExists) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
iSOCountryCodeForBank
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder iSOCountryCodeForBank(@Nullable String iSOCountryCodeForBank) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ISOCountryCodeForBank
- Returns:
this.
-
paymentMethodInEC
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder paymentMethodInEC(@Nullable String paymentMethodInEC) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PaymentMethodInEC
- Returns:
this.
-
companyCode
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder companyCode(@Nullable String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
iBANExists
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder iBANExists(@Nullable Boolean iBANExists) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: IBANExists
- Returns:
this.
-
swiftExists
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder swiftExists(@Nullable Boolean swiftExists) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SwiftExists
- Returns:
this.
-
bankAccountNumberExists
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder bankAccountNumberExists(@Nullable Boolean bankAccountNumberExists) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: BankAccountNumberExists
- Returns:
this.
-
iSOEmployeeCountryCode
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder iSOEmployeeCountryCode(@Nullable String iSOEmployeeCountryCode) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ISOEmployeeCountryCode
- Returns:
this.
-
bankKeyExists
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder bankKeyExists(@Nullable Boolean bankKeyExists) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: BankKeyExists
- Returns:
this.
-
language
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Language
- Returns:
this.
-
paymentMethod
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder paymentMethod(@Nullable String paymentMethod) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PaymentMethod
- Returns:
this.
-
isValid
@Nonnull public PaymentMethodValidation.PaymentMethodValidationBuilder isValid(@Nullable Boolean isValid) Constraints: noneOriginal property name from the Odata EDM: IsValid
- Returns:
this.
-
build
-
toString
-