Package com.onslip360
Class API.Stored_PaymentMethod
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_PaymentMethod>
-
- com.onslip360.API.Stored_PaymentMethod
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_PaymentMethod>>
- Enclosing class:
- API
public static class API.Stored_PaymentMethod extends Onslip360Object<API.Stored_PaymentMethod>
-
-
Constructor Summary
Constructors Constructor Description Stored_PaymentMethod(String created, Long id, String name, API.PaymentMethod.Type type, String updated, Boolean virtual)
-
Method Summary
-
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
-
-
-
-
Method Detail
-
created
@Nonnull public String created()
-
erpInvoiceDeliveryParams
@Nonnull public Optional<API.ERPInvoiceDeliveryParams> erpInvoiceDeliveryParams()
-
erpInvoiceProvider
@Nonnull public Optional<API.ERPActivation.Type> erpInvoiceProvider()
-
id
@Nonnull public Long id()
-
name
@Nonnull public String name()
-
type
@Nonnull public API.PaymentMethod.Type type()
-
updated
@Nonnull public String updated()
-
virtual
@Nonnull public Boolean virtual()
-
accessToken
@Nonnull public API.Stored_PaymentMethod accessToken(@Nullable Long accessToken)
-
accessTokenUser
@Nonnull public API.Stored_PaymentMethod accessTokenUser(@Nullable Long accessTokenUser)
-
account
@Nonnull public API.Stored_PaymentMethod account(@Nullable Integer account)
-
clearingAccount
@Nonnull public API.Stored_PaymentMethod clearingAccount(@Nullable Integer clearingAccount)
-
created
@Nonnull public API.Stored_PaymentMethod created(String created)
-
currencyCode
@Nonnull public API.Stored_PaymentMethod currencyCode(@Nullable String currencyCode)
-
currencySymbol
@Nonnull public API.Stored_PaymentMethod currencySymbol(@Nullable String currencySymbol)
-
deleted
@Nonnull public API.Stored_PaymentMethod deleted(@Nullable String deleted)
-
erpInvoiceDeliveryParams
@Nonnull public API.Stored_PaymentMethod erpInvoiceDeliveryParams(@Nullable API.ERPInvoiceDeliveryParams erpInvoiceDeliveryParams)
-
erpInvoiceProvider
@Nonnull public API.Stored_PaymentMethod erpInvoiceProvider(@Nullable API.ERPActivation.Type erpInvoiceProvider)
-
exchangeRate
@Nonnull public API.Stored_PaymentMethod exchangeRate(@Nullable Double exchangeRate)
-
hidden
@Nonnull public API.Stored_PaymentMethod hidden(@Nullable Boolean hidden)
-
id
@Nonnull public API.Stored_PaymentMethod id(Long id)
-
labels
@Nonnull public API.Stored_PaymentMethod labels(@Nullable Long[] labels)
-
name
@Nonnull public API.Stored_PaymentMethod name(String name)
-
registerCustomer
@Nonnull public API.Stored_PaymentMethod registerCustomer(@Nullable Boolean registerCustomer)
-
roundingMultiple
@Nonnull public API.Stored_PaymentMethod roundingMultiple(@Nullable Double roundingMultiple)
-
tags
@Nonnull public API.Stored_PaymentMethod tags(@Nullable String[] tags)
-
type
@Nonnull public API.Stored_PaymentMethod type(API.PaymentMethod.Type type)
-
updated
@Nonnull public API.Stored_PaymentMethod updated(String updated)
-
updatedBy
@Nonnull public API.Stored_PaymentMethod updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_PaymentMethod updatedFrom(@Nullable Long updatedFrom)
-
vatAccount
@Nonnull public API.Stored_PaymentMethod vatAccount(@Nullable Integer vatAccount)
-
vatRate
@Nonnull public API.Stored_PaymentMethod vatRate(@Nullable Float vatRate)
-
virtual
@Nonnull public API.Stored_PaymentMethod virtual(Boolean virtual)
-
-