Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 16 additions & 12 deletions com/alipay/api/model/CustomerBelongsTo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,34 @@ package model
type CustomerBelongsTo string

const (
CustomerBelongsTo_RABBIT_LINE_PAY CustomerBelongsTo = "RABBIT_LINE_PAY"
CustomerBelongsTo_TRUEMONEY CustomerBelongsTo = "TRUEMONEY"
CustomerBelongsTo_ALIPAY_HK CustomerBelongsTo = "ALIPAY_HK"
CustomerBelongsTo_TNG CustomerBelongsTo = "TNG"
CustomerBelongsTo_ALIPAY_CN CustomerBelongsTo = "ALIPAY_CN"
CustomerBelongsTo_GCASH CustomerBelongsTo = "GCASH"
CustomerBelongsTo_ALIPAY_HK CustomerBelongsTo = "ALIPAY_HK"
CustomerBelongsTo_MPAY CustomerBelongsTo = "MPAY"
CustomerBelongsTo_DANA CustomerBelongsTo = "DANA"
CustomerBelongsTo_KAKAOPAY CustomerBelongsTo = "KAKAOPAY"
CustomerBelongsTo_BKASH CustomerBelongsTo = "BKASH"
CustomerBelongsTo_EASYPAISA CustomerBelongsTo = "EASYPAISA"
CustomerBelongsTo_PAYPAY CustomerBelongsTo = "PAYPAY"
CustomerBelongsTo_BOOST CustomerBelongsTo = "BOOST"
CustomerBelongsTo_TNG CustomerBelongsTo = "TNG"
CustomerBelongsTo_GRABPAY_MY CustomerBelongsTo = "GRABPAY_MY"
CustomerBelongsTo_HIPAY CustomerBelongsTo = "HIPAY"
CustomerBelongsTo_GCASH CustomerBelongsTo = "GCASH"
CustomerBelongsTo_MAYA CustomerBelongsTo = "MAYA"
CustomerBelongsTo_GRABPAY_PH CustomerBelongsTo = "GRABPAY_PH"
CustomerBelongsTo_GRABPAY_SG CustomerBelongsTo = "GRABPAY_SG"
CustomerBelongsTo_KAKAOPAY CustomerBelongsTo = "KAKAOPAY"
CustomerBelongsTo_NAVERPAY CustomerBelongsTo = "NAVERPAY"
CustomerBelongsTo_JKOPAY CustomerBelongsTo = "JKOPAY"
CustomerBelongsTo_TOSSPAY CustomerBelongsTo = "TOSSPAY"
CustomerBelongsTo_RABBIT_LINE_PAY CustomerBelongsTo = "RABBIT_LINE_PAY"
CustomerBelongsTo_TRUEMONEY CustomerBelongsTo = "TRUEMONEY"
CustomerBelongsTo_KPLUS CustomerBelongsTo = "KPLUS"
CustomerBelongsTo_DIRECT_DEBIT_SIAMCOMMERCIALBANK CustomerBelongsTo = "DIRECT_DEBIT_SIAMCOMMERCIALBANK"
CustomerBelongsTo_DIRECT_DEBIT_KRUNGTHAIBANK CustomerBelongsTo = "DIRECT_DEBIT_KRUNGTHAIBANK"
CustomerBelongsTo_ACH_DIRECT_DEBIT CustomerBelongsTo = "ACH_DIRECT_DEBIT"
CustomerBelongsTo_ZALOPAY CustomerBelongsTo = "ZALOPAY"
CustomerBelongsTo_DIRECTDEBIT_YAPILY CustomerBelongsTo = "DIRECTDEBIT_YAPILY"
CustomerBelongsTo_TOSSPAY CustomerBelongsTo = "TOSSPAY"
CustomerBelongsTo_MOMO CustomerBelongsTo = "MOMO"
CustomerBelongsTo_ANTOM_BIZ_ACCOUNT CustomerBelongsTo = "ANTOM_BIZ_ACCOUNT"
CustomerBelongsTo_VIETTELMONEY CustomerBelongsTo = "VIETTELMONEY"
CustomerBelongsTo_JKOPAY CustomerBelongsTo = "JKOPAY"
CustomerBelongsTo_BKASH CustomerBelongsTo = "BKASH"
CustomerBelongsTo_EASYPAISA CustomerBelongsTo = "EASYPAISA"
CustomerBelongsTo_DIRECTDEBIT_YAPILY CustomerBelongsTo = "DIRECTDEBIT_YAPILY"
CustomerBelongsTo_ANTIM_BIZ_ACCOUNT CustomerBelongsTo = "ANTIM_BIZ_ACCOUNT"
)
1 change: 1 addition & 0 deletions com/alipay/api/model/PaymentMethodCategoryType.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ const (
PaymentMethodCategoryType_ONLINE_BANKING PaymentMethodCategoryType = "ONLINE_BANKING"
PaymentMethodCategoryType_CARD PaymentMethodCategoryType = "CARD"
PaymentMethodCategoryType_OTC PaymentMethodCategoryType = "OTC"
PaymentMethodCategoryType_VA PaymentMethodCategoryType = "VA"
)
1 change: 1 addition & 0 deletions com/alipay/api/model/PaymentResultInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ type PaymentResultInfo struct {
CredentialTypeUsed string `json:"credentialTypeUsed,omitempty"`
Rrn string `json:"rrn,omitempty"`
UserAuthorizationStatus string `json:"userAuthorizationStatus,omitempty"`
AuthorizationCode string `json:"authorizationCode,omitempty"`
}
31 changes: 22 additions & 9 deletions com/alipay/api/model/SubscriptionInfo.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
package model

type SubscriptionInfo struct {
SubscriptionDescription string `json:"subscriptionDescription,omitempty"`
SubscriptionStartTime string `json:"subscriptionStartTime,omitempty"`
SubscriptionEndTime string `json:"subscriptionEndTime,omitempty"`
PeriodRule *PeriodRule `json:"periodRule,omitempty"`
Trials []*Trial `json:"trials,omitempty"`
SubscriptionNotifyUrl string `json:"subscriptionNotifyUrl,omitempty"`
SubscriptionExpiryTime string `json:"subscriptionExpiryTime,omitempty"`
AllowRetry bool `json:"allowRetry,omitempty"`
MaxAmountFloor *Amount `json:"maxAmountFloor,omitempty"`
SubscriptionId string `json:"subscriptionId,omitempty"`
Description string `json:"description,omitempty"`
SubscriptionDescription string `json:"subscriptionDescription,omitempty"`
Status SubscriptionStatus `json:"status,omitempty"`
SubscriptionStartTime string `json:"subscriptionStartTime,omitempty"`
SubscriptionEndTime string `json:"subscriptionEndTime,omitempty"`
PeriodType PeriodType `json:"periodType,omitempty"`
PeriodCount int32 `json:"periodCount,omitempty"`
PeriodRule *PeriodRule `json:"periodRule,omitempty"`
CurrentPeriodStart string `json:"currentPeriodStart,omitempty"`
CurrentPeriodEnd string `json:"currentPeriodEnd,omitempty"`
CurrentPhaseNo int32 `json:"currentPhaseNo,omitempty"`
PaymentMethod *PaymentMethod `json:"paymentMethod,omitempty"`
PaymentAmount *Amount `json:"paymentAmount,omitempty"`
LastUpdateTime string `json:"lastUpdateTime,omitempty"`
RelatedSubscriptionId string `json:"relatedSubscriptionId,omitempty"`
TrialPlan *TrialPlan `json:"trialPlan,omitempty"`
Trials []*Trial `json:"trials,omitempty"`
SubscriptionNotifyUrl string `json:"subscriptionNotifyUrl,omitempty"`
SubscriptionExpiryTime string `json:"subscriptionExpiryTime,omitempty"`
AllowRetry bool `json:"allowRetry,omitempty"`
MaxAmountFloor *Amount `json:"maxAmountFloor,omitempty"`
}