Package com.onslip360
Class API.PaymentMethodAccount
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.PaymentMethodAccount>
-
- com.onslip360.API.PaymentMethodAccount
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.PaymentMethodAccount>>
- Enclosing class:
- API
public static class API.PaymentMethodAccount extends Onslip360Object<API.PaymentMethodAccount>
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodAccount(API.PaymentMethod.Type method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>
account()
API.PaymentMethodAccount
account(Integer account)
Optional<Integer>
clearingAccount()
API.PaymentMethodAccount
clearingAccount(Integer clearingAccount)
API.PaymentMethod.Type
method()
API.PaymentMethodAccount
method(API.PaymentMethod.Type method)
Optional<Long>
paymentMethod()
API.PaymentMethodAccount
paymentMethod(Long paymentMethod)
Optional<Integer>
vatAccount()
API.PaymentMethodAccount
vatAccount(Integer vatAccount)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Constructor Detail
-
PaymentMethodAccount
public PaymentMethodAccount(API.PaymentMethod.Type method)
-
-
Method Detail
-
method
@Nonnull public API.PaymentMethod.Type method()
-
account
@Nonnull public API.PaymentMethodAccount account(@Nullable Integer account)
-
clearingAccount
@Nonnull public API.PaymentMethodAccount clearingAccount(@Nullable Integer clearingAccount)
-
method
@Nonnull public API.PaymentMethodAccount method(API.PaymentMethod.Type method)
-
paymentMethod
@Nonnull public API.PaymentMethodAccount paymentMethod(@Nullable Long paymentMethod)
-
vatAccount
@Nonnull public API.PaymentMethodAccount vatAccount(@Nullable Integer vatAccount)
-
-