메소드 | 설명 | |
---|---|---|
ApplyCreditBalanceToInvoice ( String invoiceId, Decimal amount ) : |
Apply credit balance to an invoice
|
|
ApplyPaymentToInvoice ( String accountId, String invoiceId, String paymentMethodId, Decimal amount, String type ) : |
Pay an invoice with an external payment
|
|
ApplyPaymentToMultipleInvoices ( String accountId, String invoiceIds, String paymentMethodId, Decimal amount, String type ) : |
Applies a single payment to multiple invoices
|
|
CancelCreditBalanceAdjustmentOnInvoice ( String invoiceId ) : |
||
CreateMD5Hash ( String RawData ) : String |
Take string convert it to UTF8 then genrate MD5 Hash then Convert to Base 16
|
|
DecreaseCreditBalance ( String accountId, Decimal amount ) : |
Decrease credit balance for an account by an amount by creating an external refund
|
|
EncodeTo64 ( String toEncode ) : String |
Encode string to Base64
|
|
GenerateIframeUrl ( String pageId, String tenantId, String apiSecurityKey, String appUrl ) : String | ||
IncreaseCreditBalance ( String accountId, Decimal amount ) : |
Increase the credit balance of an account by an amount
|
|
PaymentManager ( |
||
RefundElectronicPayment ( String paymentId, Decimal amount ) : |
Refund an electronic payment
|
|
RefundExternalPayment ( String paymentId, Decimal amount, String methodType, System.DateTime refundDate ) : |
Refund an external payment
|
public ApplyCreditBalanceToInvoice ( String invoiceId, Decimal amount ) : |
||
invoiceId | String | |
amount | Decimal | |
리턴 |
public ApplyPaymentToInvoice ( String accountId, String invoiceId, String paymentMethodId, Decimal amount, String type ) : |
||
accountId | String | |
invoiceId | String | |
paymentMethodId | String | |
amount | Decimal | |
type | String | |
리턴 |
public ApplyPaymentToMultipleInvoices ( String accountId, String invoiceIds, String paymentMethodId, Decimal amount, String type ) : |
||
accountId | String | |
invoiceIds | String | |
paymentMethodId | String | |
amount | Decimal | |
type | String | |
리턴 |
public CancelCreditBalanceAdjustmentOnInvoice ( String invoiceId ) : |
||
invoiceId | String | |
리턴 |
public DecreaseCreditBalance ( String accountId, Decimal amount ) : |
||
accountId | String | |
amount | Decimal | |
리턴 |
public GenerateIframeUrl ( String pageId, String tenantId, String apiSecurityKey, String appUrl ) : String | ||
pageId | String | |
tenantId | String | |
apiSecurityKey | String | |
appUrl | String | |
리턴 | String |
public IncreaseCreditBalance ( String accountId, Decimal amount ) : |
||
accountId | String | |
amount | Decimal | |
리턴 |
public PaymentManager ( |
||
zs | ||
리턴 | System |
public RefundElectronicPayment ( String paymentId, Decimal amount ) : |
||
paymentId | String | |
amount | Decimal | |
리턴 |
public RefundExternalPayment ( String paymentId, Decimal amount, String methodType, System.DateTime refundDate ) : |
||
paymentId | String | |
amount | Decimal | |
methodType | String | |
refundDate | System.DateTime | |
리턴 |