Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 3.9 KB

File metadata and controls

29 lines (26 loc) · 3.9 KB

SubscriptionSaveWithCreditCardResponseDto

Properties

Name Type Required Description
object String Object type
id String Unique subscription identifier in Asaas
dateCreated String Subscription creation date
customer String Unique customer identifier
paymentLink String Unique identifier of the payments link to which the subscription belongs
billingType SubscriptionSaveWithCreditCardResponseBillingType Billing type
cycle SubscriptionSaveWithCreditCardResponseCycle Billing frequency
value Double Subscription value
nextDueDate String Due date of the next payment to be generated
endDate String Deadline for payments to be due
description String Subscription description
status SubscriptionSaveWithCreditCardResponseSubscriptionStatus Subscription status
discount PaymentDiscountDto Discount information
fine PaymentFineResponseDto Fine information for payment after due date
interest PaymentInterestResponseDto Interest information for payment after due date
deleted Boolean Informs if the subscription has been removed
maxPayments Long Maximum number of payments to be generated for this subscription
externalReference String Subscription identifier on your system
checkoutSession String Unique checkout identifier
split List<SubscriptionSplitResponseDto> Split information
creditCard PaymentSaveWithCreditCardCreditCardDto Credit card information