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